home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / UTILITY / DZK4D304 / READ1ST.DOC < prev    next >
Text File  |  1991-12-18  |  1KB  |  38 lines

  1. Prior  to  starting this program there are a few things you should check on
  2. your system:
  3.  
  4. Do you have a CONFIG.SYS file and if so does it have at least 40 files?
  5.  
  6. To  check,  go to your root directory on your hard drive (CD\, then return)
  7. or  put  your  DOS  Disk  in  your  floppy  drive  and  and then enter TYPE
  8. CONFIG.SYS.  If you get File Not Found, see below.  If you get a display it
  9. might look like this:
  10.  
  11.                                 FILES=20
  12.                                 BUFFERS=49
  13.                                 DEVICE=C:\DOS\ANSI.SYS
  14.  
  15. Since  the  files  listed  are below 40 you will need to increase the files
  16. value.
  17.  
  18. If you are using LOADHI to handle your FILES command this will not work for
  19. this program.  They must be loaded low.
  20.  
  21. The CONFIG.SYS file can be changed with any word processor that will save a
  22. file in ASCII.
  23.  
  24. If you do not have a CONFIG.SYS file, the following  will  create  one  for
  25. you:
  26.  
  27.                 COPY CON CONFIG.SYS (Return)
  28.                 FILES=40 (Return)
  29.                 BUFFERS=20 (Return)
  30.                 (Then Hit The F6 KEY)
  31.  
  32. It   is   important   that  you  reboot  your  system  after  altering  the
  33. CONFIG.SYS file, so that your computer will use the new information.
  34.  
  35. If you ever get an OPEN ERROR during the operation of this program and  the
  36. file  named  is in the proper place, try increasing your files,  some other
  37. program may be using a portion of the 40 required by this one.
  38.